Class MssqlTreeQueryable<TProps>

Namespace: redb.MSSql.Query
Assembly: redb.MSSql.dll

MS SQL Server tree queryable implementation.
Inherits from TreeQueryableBase and provides MSSQL-specific components.

public class MssqlTreeQueryable<TProps> : TreeQueryableBase<TProps>, IOrderedRedbQueryable<TProps>, IRedbQueryable<TProps> where TProps : class, new()

Inheritance

ObjectRedbQueryable<TProps>TreeQueryableBase<TProps>MssqlTreeQueryable<TProps>

Implements

Methods

CreateInstance(TreeQueryContext<TProps>)

Creates a new instance with the specified context.

protected override TreeQueryableBase<TProps> CreateInstance(TreeQueryContext<TProps> context)

Constructors